home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Engineering / APISample / APISampleCW / APISampleCW Release Notes < prev    next >
Encoding:
Text File  |  1994-11-28  |  2.9 KB  |  56 lines  |  [TEXT/MPS ]

  1. APISampleGuide Release Notes
  2. John Powers
  3.  
  4. Most recent release comments first:
  5.  
  6. 24-Aug-94 1.1d1e3 JRP    Change global gAGuideAvailable to static TApp::fgAGuideAvailable.
  7.                         Change Apple Guide Gestalt check so that it works with CW4.
  8.                         Bring into sync with 1.0d3e1 (develop article CD update).
  9.                         The PowerPC-native APISampleGuide (APISampleGuideCWPPC) crashes when
  10.                         TContext::ReplyToContext is called by Apple Guide. This is
  11.                         a known problem with Apple Guide 1.2. "Context handlers crash
  12.                         when they are used by a PowerPC-native application (1182640)."
  13. 23-Aug-94 1.1d1e2 JRP    Beta SDK release.
  14.                         Add  && !__MWERKS__ to #if __powerc for Metrowerks.
  15.                         Convert PLstrcpy and PLstrcat to BlockMoveData.
  16.                         Still not working quite right. Problems in AGFile?
  17. 26-May-94 1.1d1e1 JRP    Make APISampleGuide fat including:
  18.                             Major revisions to Make file to build fat application.
  19.                             Use low memory accessors for SFSaveDisk and CurDirStore
  20.                             Use NewAEEventHandlerProc for Apple Event handler
  21.                             Use STR# for DBInfo strings.
  22.                             Use PPCCIncludes, add more includes (EG LowMem.h)
  23.                             Add "QDGlobals qd;" inside #ifdef __powerc to provide qd reference.
  24.                             Cast pascal string constants to const unsigned char*.
  25.                             Use NewDeviceLoopDrawingProc for DeviceLoop drawing callback.
  26.                             TApplication library:
  27.                                 Major revisions to Make file to build PowerPC and 68K libraries.
  28.                                 Drop (ResumeProcPtr) from InitDialogs parameter.
  29.                                 Remove HandleObject from TApplication and TDocument.
  30.                                 Make IsTrapAvailable PPC-save.
  31.                                 Remove ModalFilterProcPtr cast from Alert (or use NewModalFilterProc).
  32.                             Use NewCoachReplyProc instead of CoachReplyProcPtr.
  33.                             Use NewContextReplyProc instead of ContextReplyProcPtr.
  34.                             Remove Creator(0) from UApp.r.
  35.                             Change ID numbers in AutoStartALRT.rsrc to avoid duplicates.
  36.                             Add cfrg.r and merge.r.
  37. 17-Mar-94 1.0d1e5 JRP    Use kAGFrontDatabase (Apple Guide 1.2b6)
  38. 14-Mar-94 1.0d1e4 JRP    Improve tracking of open databases.
  39.                         Make AlertIfError and support functions global.
  40.                         Add AlertIfError for button and hot-key database opens.
  41. 13-Mar-94 1.0d1e3 JRP    Add check for open database in idle loop.
  42.                         Display open window status in miscellaneous feedback.
  43.                         Delete unused constants.
  44.                         Add "Assistant" button in Feedback window.
  45.                         Move all tracking of preset guide file and refNum to TApp.
  46. 09-Mar-94 1.0d1e2 JRP    Correct text in Alert from "Apple Help" to "Apple Guide".
  47.                         Correct BNDL signature from 'MoH1' to 'MoG1'.
  48.                         Fix AG install check in TAStart::AttemptAutoStart.
  49.                         Add check for AG install in kAEOpenApplication handler.
  50.                         Enable the "Add Databases" menu item (iFile).
  51.                         Add Finder Balloon resource (hfdr).
  52.                         Add Apple event terminology resource (aete).
  53.                         Enable all database items added to the APISampleGuide menu.
  54. 05-Mar-94 1.0d1e1 JRP    Pre-release preview for develop.
  55.                         
  56.